Vcenter NamespaceManagement Supervisors SupervisorServices Signatures FilterSpec
The Vcenter NamespaceManagement Supervisors SupervisorServices Signatures FilterSpec schema contains properties used to filter the results when listing Signatures (see GET /vcenter/namespace-management/supervisors/supervisor-services/signatures).
This schema was added in vSphere API 9.1.0.0.
{
"supervisor": "string",
"service": "string",
"version": "string"
}
Identifier of the Supervisor.
This property was added in vSphere API 9.1.0.0.
If missing or null, no filtering will be performed by Supervisor.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.
Identifier for the Supervisor Service.
This property was added in vSphere API 9.1.0.0.
If missing or null, no filtering will be performed by Supervisor Service.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService.
Identifier for the Supervisor Service version.
This property was added in vSphere API 9.1.0.0.
If missing or null, no filtering will be performed by Supervisor Service version.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor_services.Version. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor_services.Version.